home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !preview / RCS / h / menus < prev    next >
Encoding:
Text File  |  1990-07-24  |  831 b   |  58 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    gtoal:1.2;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     91.03.02.13.59.59;  author gtoal;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     91.03.02.13.56.50;  author gtoal;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @Initial release
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @IAY's update
  28. @
  29. text
  30. @/* h.menus --- define layout of menus using constants.  */
  31.  
  32.  
  33. #define MAINMENU_NEXT           0
  34. #define MAINMENU_PREVIOUS       1
  35. #define MAINMENU_GOTO_PAGE      2
  36. #define MAINMENU_MAGNIFICATION  3
  37. #define MAINMENU_CLONE          4
  38. #define MAINMENU_SAVEAS         5
  39. #define MAINMENU_CLOSE          6
  40. #define MAINMENU_QUIT           7
  41.  
  42. #define SAVEASMENU_PAINT        0
  43. #define SAVEASMENU_DRAW         1
  44.  
  45. #define ICONBARMENU_ABOUT       0
  46. #define ICONBARMENU_QUIT        1
  47.  
  48. /* EOF */
  49. @
  50.  
  51.  
  52. 1.1
  53. log
  54. @Initial revision
  55. @
  56. text
  57. @@
  58.